home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 4 / FM Towns Free Software Collection 4 - Disc 1.iso / t_os / vnmac / bye.mac next >
Text File  |  1991-10-18  |  297b  |  16 lines

  1.  
  2. '/*                                  */
  3. '/*  Towns VNET V1.1 L20 用 マクロファイル  */
  4. '/*      logoff サンプル ( ROAD2 用 )   */
  5. '/*     by S.Oizumi ( NAD01224 )     */
  6. '/*                                  */
  7.  
  8. 9999:
  9.     SEND:"OFF^M"
  10.     RECEIVE:"*"
  11.  
  12.     WAIT:1
  13.     SEND:"OFF^M"
  14.     EXIT:
  15.  
  16.